var testing.parallelStop

3 uses

	testing (current package)
		allocs.go#L21: 	if parallelStart.Load() != parallelStop.Load() {
		testing.go#L431: 	parallelStop  atomic.Int64 // number of parallel tests stopped
		testing.go#L1847: 				parallelStop.Add(1)